(baud-rate): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 May 1993 16:40:28 +0000 (16:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 May 1993 16:40:28 +0000 (16:40 +0000)
lisp/subr.el

index 755f64dff614194e00ac0b5ce7f260985c72505c..e0da47446b8d319f00934ecfc5d196bc2b67c33a 100644 (file)
@@ -368,7 +368,8 @@ nas returned by the `event-start' and `event-end' functions."
 
 ;; Some programs still use this as a function.
 (defun baud-rate ()
-  "Obsolete function returning the value of the `baud-rate' variable."
+  "Obsolete function returning the value of the `baud-rate' variable.
+Please convert your programs to use the variable `baud-rate' directly."
   baud-rate)
 
 \f